{% extends "base.html" %} {% block title %}Locations{% endblock %} {% block content %} {% block subnav %} {% include "subnav.html" %} {% endblock %} {% if session['role'] == 'manager' %}
| {{ label }} {% if sort == field %} {{ '↑' if direction == 'asc' else '↓' }} {% endif %} | {% endfor %} {% if session['role'] == 'admin' %}Actions | {% endif %}||||
|---|---|---|---|---|---|
| {{ location.location_id }} | {{ location.name }} | {{ location.address or '' }} | {{ location.city or '' }} | {{ location.country or '' }} | {% if session['role'] == 'admin' %}Edit Delete | {% endif %}
|
|
|||||